vcProcessWhileStatement
Statement that executes Scope in a loop as long as ConditionExpression evaluates to True.
See in: Overview
Module: vcProcessModel
Parent: vcStatement
Children -
Referenced by: -
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| ConditionExpression | String | RW | Gets or sets condition expression to evaluate on each loop iteration. Statement execution stops when this expression evaluates to False. |
| Scope | vcScope | R | Gets statement scope to keep executing while ConditionExpression evaluates to True. |